{% extends 'base.html' %} {% load static %} {% block title %}{{ post.title }} :: {{ block.super }}{% endblock %} {% block content %}

{{ post.title }}

Category: {{ post.category }}
{% if post.tags.exists %} Tags: {% for tag in post.tags.all %} {{ tag.title }} {% endfor %}
{% endif %} Views: {{ post.views }}
{{ post.content|safe }}

Comments

  • Selina Gomez

    February 25 2017

    is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard

    127

    • Khalid Hasan Zibon

      February 25 2017

      is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard

      127

  • Heath Ledger

    February 25 2017

    is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard

    127

{% endblock %}